[ooo-build-commit] .: patches/dev300
René Engelhard
rene at kemper.freedesktop.org
Tue Apr 27 14:51:46 PDT 2010
patches/dev300/apply | 25
patches/dev300/es-fix-buleano-m15.diff | 12
patches/dev300/es-fix-buleano.diff | 21
patches/dev300/helpcontent-scalc-01-localize-m15.diff | 428 ++
patches/dev300/helpcontent-scalc-01-localize.diff | 699 ++--
patches/dev300/reportdesign-mention-package-l10n-m15.diff | 1160 +++++++
patches/dev300/reportdesign-mention-package-l10n.diff | 2167 +++++++-------
patches/dev300/sc-autofilter-l10n-es-m15.diff | 13
patches/dev300/sc-autofilter-l10n-es.diff | 12
9 files changed, 3072 insertions(+), 1465 deletions(-)
New commits:
commit 29a412c93a05348fc13ee986594e5ac254a8360e
Author: Rene Engelhard <rene at debian.org>
Date: Tue Apr 27 23:50:39 2010 +0200
port LocalizeFixes patches to m16
* patches/dev300/apply:
* patches/dev300/es-fix-buleano-m15.diff:
* patches/dev300/es-fix-buleano.diff:
* patches/dev300/helpcontent-scalc-01-localize-m15.diff:
* patches/dev300/helpcontent-scalc-01-localize.diff:
* patches/dev300/reportdesign-mention-package-l10n-m15.diff:
* patches/dev300/reportdesign-mention-package-l10n.diff:
* patches/dev300/sc-autofilter-l10n-es-m15.diff:
* patches/dev300/sc-autofilter-l10n-es.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 36790d5..51a5ebf 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -175,7 +175,9 @@ ooo-build-resources-svx-dialogs-hrc.diff, kohei
[ HelpContent ]
helpcontent-scalc-01.diff, kohei
-[ LocalizeFixes ]
+[ LocalizeFixes < ooo320-m16 ]
+helpcontent-scalc-01-localize-m15.diff, kohei
+[ LocalizeFixes >= ooo320-m16 ]
helpcontent-scalc-01-localize.diff, kohei
[ CWSBackports ]
@@ -1080,12 +1082,18 @@ oosplash-etc-openoffice-sofficerc.diff
ubuntu-openoffice-java-common.diff, ccheney
ubuntu-javaldx.diff, ccheney
+# add JDK paths for MySQL, PostgreSQL, JTDS
+jdbc-driver-classpaths-debian.diff
+
+[ DebianBaseOnly < ooo320-m16 ]
+# mention openoffice.org-report-builder instead of getting people
+# to download it from elsewhere
+reportdesign-mention-package-m15.diff, rengelha
+[ DebianBaseOnly >= ooo320-m16 ]
# mention openoffice.org-report-builder instead of getting people
# to download it from elsewhere
reportdesign-mention-package.diff, rengelha
-# add JDK paths for MySQL, PostgreSQL, JTDS
-jdbc-driver-classpaths-debian.diff
[ DebianBaseOnly ]
# build using -O2 on x86 and sparc according to Debian policy.
@@ -3007,14 +3015,19 @@ sw-source-filter-xml-xmltbli-uninitializedvalue.diff, fridrich
[ LocalizeFixes ]
-# Fix Spanish translation of the autofilter menu; thanks to Eduardo Moreno
-sc-autofilter-l10n-es.diff, i#103840, pmladek
-
# pack only selected languages in the l10n module
l10n-build-only-selected-langs.diff, i#106185, pmladek
+[ LocalizeFixes < ooo320-m16 ]
+# fix "buleano"
+es-fix-buleano-m15.diff, deb#576842, i#110674, rengelha
+# Fix Spanish translation of the autofilter menu; thanks to Eduardo Moreno
+sc-autofilter-l10n-es-m15.diff, i#103840, pmladek
+[ LocalizeFixes >= ooo320-m16 ]
# fix "buleano"
es-fix-buleano.diff, deb#576842, i#110674, rengelha
+# Fix Spanish translation of the autofilter menu; thanks to Eduardo Moreno
+sc-autofilter-l10n-es.diff, i#103840, pmladek
[ BFFixes ]
fit-list-to-size-binfilter.diff, i#94086, thorsten
diff --git a/patches/dev300/es-fix-buleano-m15.diff b/patches/dev300/es-fix-buleano-m15.diff
new file mode 100644
index 0000000..a2edbf3
--- /dev/null
+++ b/patches/dev300/es-fix-buleano-m15.diff
@@ -0,0 +1,12 @@
+diff --git a/l10n/source/es/localize.sdf b/l10n/source/es/localize.sdf
+--- l10n/source/es/localize.sdf
++++ l10n/source/es/localize.sdf
+@@ -21928,7 +21928,7 @@
+ svx source\cui\numfmt.src 0 imagebutton RID_SVXPAGE_NUMBERFORMAT IB_REMOVE HID_NUMBERFORMAT_TBI_REMOVE 14 es - Eliminar 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 string RID_SVXPAGE_NUMBERFORMAT STR_AUTO_ENTRY 14 es Automático 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 1 0 es Todo 2002-02-02 02:02:02
+-svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor buleano 2002-02-02 02:02:02
++svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor booleano 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 11 0 es Texto 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 2 0 es Definido por el usuario 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 3 0 es Número 2002-02-02 02:02:02
diff --git a/patches/dev300/es-fix-buleano.diff b/patches/dev300/es-fix-buleano.diff
index a2edbf3..e50100e 100644
--- a/patches/dev300/es-fix-buleano.diff
+++ b/patches/dev300/es-fix-buleano.diff
@@ -1,12 +1,21 @@
diff --git a/l10n/source/es/localize.sdf b/l10n/source/es/localize.sdf
--- l10n/source/es/localize.sdf
+++ l10n/source/es/localize.sdf
-@@ -21928,7 +21928,7 @@
- svx source\cui\numfmt.src 0 imagebutton RID_SVXPAGE_NUMBERFORMAT IB_REMOVE HID_NUMBERFORMAT_TBI_REMOVE 14 es - Eliminar 2002-02-02 02:02:02
- svx source\cui\numfmt.src 0 string RID_SVXPAGE_NUMBERFORMAT STR_AUTO_ENTRY 14 es Automático 2002-02-02 02:02:02
- svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 1 0 es Todo 2002-02-02 02:02:02
+@@ -21545,7 +21545,7 @@
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 7 0 es Tiempo 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 8 0 es CientÃfico 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 9 0 es Fracción 2002-02-02 02:02:02
-svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor buleano 2002-02-02 02:02:02
+svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor booleano 2002-02-02 02:02:02
svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 11 0 es Texto 2002-02-02 02:02:02
- svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 2 0 es Definido por el usuario 2002-02-02 02:02:02
- svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 3 0 es Número 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 fixedtext RID_SVXPAGE_NUMBERFORMAT FT_EDFORMAT 248 es ~Formato de código 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 fixedtext RID_SVXPAGE_NUMBERFORMAT FT_FORMAT 90 es F~ormato 2002-02-02 02:02:02
+@@ -23370,7 +23370,7 @@
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 7 0 es Tiempo 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 8 0 es CientÃfico 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 9 0 es Fracción 2002-02-02 02:02:02
+-svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor buleano 2002-02-02 02:02:02
++svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 10 0 es Valor booleano 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 stringlist RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY 11 0 es Texto 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 fixedtext RID_SVXPAGE_NUMBERFORMAT FT_EDFORMAT 248 es ~Formato de código 2002-02-02 02:02:02
+ svx source\cui\numfmt.src 0 fixedtext RID_SVXPAGE_NUMBERFORMAT FT_FORMAT 90 es F~ormato 2002-02-02 02:02:02
diff --git a/patches/dev300/helpcontent-scalc-01-localize-m15.diff b/patches/dev300/helpcontent-scalc-01-localize-m15.diff
new file mode 100644
index 0000000..9c60c02
--- /dev/null
+++ b/patches/dev300/helpcontent-scalc-01-localize-m15.diff
@@ -0,0 +1,428 @@
+Index: l10n/source/bg/localize.sdf
+===================================================================
+--- l10n/source/bg/localize.sdf (Revision 277664)
++++ l10n/source/bg/localize.sdf (Arbeitskopie)
+@@ -27755,7 +27755,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 bg ÐлеÑкиÑе в маÑива â ÑезÑлÑÐ°Ñ Ñа заÑиÑени ÑÑеÑÑ Ð¿Ñомени. ÐожеÑе обаÑе да ÑедакÑиÑаÑе или копиÑаÑе ÑоÑмÑлаÑа за маÑив, каÑо избеÑеÑе ÑÑлаÑа облаÑÑ Ð¾Ñ ÐºÐ»ÐµÑки. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 bg ÐаÑиви Ñ ÐºÐ¾Ð½ÑÑанÑи, вмÑкнаÑи вÑв ÑоÑмÑли 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 bg Calc поддÑÑжа вмÑкване на маÑÑиÑни конÑÑанÑи вÑв ÑоÑмÑли. ÐмÑкнаÑиÑе маÑиви Ñе огÑÐ°Ð¶Ð´Ð°Ñ Ñ ÑигÑÑни Ñкоби â â{â и â}â. ÐлеменÑиÑе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° Ñа ÑиÑла, вклÑÑиÑелно оÑÑиÑаÑелни, логиÑеÑки конÑÑанÑи (TRUE и FALSE) или низове. Ðе Ñе ÑазÑеÑÐ°Ð²Ð°Ñ Ð¸Ð·Ñази, коиÑо не Ñа конÑÑанÑи. ÐаÑивиÑе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° ÑÑдÑÑÐ¶Ð°Ñ ÐµÐ´Ð¸Ð½ или нÑколко Ñеда и една или нÑколко колони. ÐÑиÑки Ñедове ÑÑÑбва да Ñа Ñ ÐµÐ´Ð½Ð°ÐºÑв бÑой елеменÑи Ð¿Ð¾Ð¼ÐµÐ¶Ð´Ñ Ñи, вÑиÑки колони â ÑÑÑо. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 bg РазделиÑелÑÑ Ð½Ð° колони (койÑо оÑÐ´ÐµÐ»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½ÑиÑе в един Ñед) е ÑоÑка и запеÑÐ°Ñ â â;â. РазделиÑелÑÑ Ð½Ð° Ñедове е знакÑÑ Ð²ÐµÑÑикална ÑеÑÑа â â|â. РазделиÑелиÑе не завиÑÑÑ Ð¾Ñ ÐµÐ·Ð¸ÐºÐ° и локала. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 bg Ðе Ñе допÑÑка влагане на маÑиви. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 bg \<emph\>ÐÑимеÑи:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 bg ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/ja/localize.sdf
+===================================================================
+--- l10n/source/ja/localize.sdf (Revision 277664)
++++ l10n/source/ja/localize.sdf (Arbeitskopie)
+@@ -36859,7 +36859,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ja =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ja ããã¯ã1 ã¤ã®è¡ã® 3 ã¤ã®æ°å 1ã2ã3 ã§æ§æãããè¡åã§ãã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ja ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ja ååºåãè¨å· (1 åã®è¦ç´ ãåºåããã®) 㯠ã»ãã³ãã³ (;) ã§ãã è¡åºåãè¨å·ã¯ãã¤ãè¨å· (|) ã§ãã åºåãè¨å·ã¯è¨èªã§ã¯ãªãããã±ã¼ã«ã«ãä¾åãã¾ããã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ja ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ja Calc ã¯æ°å¼ã§ã®ã¤ã³ã©ã¤ã³è¡åå®æ°ããµãã¼ããã¦ãã¾ãã ã¤ã³ã©ã¤ã³è¡åã¯ãä¸æ¬å¼§ã{ãããã³ã}ãã§å²ã¾ãã¦ãã¾ãã è¦ç´ ã¯ãæ°å (è² ã®æ°ãå«ã)ãè«çå®æ° (TRUEãFALSE)ãæååã®ããããã«ã§ãã¾ãã å®æ°ä»¥å¤ã®å¼ã¯è¨±å¯ããã¾ããã è¡å㯠1 è¡ä»¥ä¸ã®è¡ã1 å以ä¸ã®åã§å
¥åã§ãã¾ãã ãã¹ã¦ã®è¡ã¯åä¸æ°ã®è¦ç´ ã§æ§æãããå¿
è¦ãããããã¹ã¦ã®åã¯åä¸æ°ã®è¦ç´ ã§æ§æãããå¿
è¦ãããã¾ãã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ja B (çµæ) 2002-02-02 02:02:02
+Index: l10n/source/fi/localize.sdf
+===================================================================
+--- l10n/source/fi/localize.sdf (Revision 277664)
++++ l10n/source/fi/localize.sdf (Arbeitskopie)
+@@ -17477,7 +17477,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 fi Matriisikaavan solut muuttuvat automaattisesti muutoksilta suojatuiksi. Kuitenkin matriisikaavan voi muokata tai kopioida, kun valitaan koko matriisisolualue. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 fi Sisäisten taulukkovakioiden käyttö lausekkeissa 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fi Calc tukee sisäisiä matriisi/taulukkovakioita kaavoissa. Sisäinen matriisi on rajattu aaltosulkeilla '{' ja '}'. Osatekijät voivat olla lukuja (myös negatiivisia) loogisia vakioita (TOSI, EPÃTOSI) tai merkkijonoja. Lausekkeet, jotka eivät ole vakioita, eivät ole sallittuja. Taulukot voidaan syöttää yksi- tai monirivisinä tai -sarakkeisina. Kaikkien rivien pitää olla yhtä monesta osatekijästä koostuvia ja kaikissa sarakkeissa pitää olla sama lukumäärä vakioelementtejä. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fi Sarake-erottimena (yhden rivin arvojen erottelemiseksi) käytetään puolipistettä ';'. Rivierottimena on pystyviiva '|'. Erottimet eivät ole kieli- tai aluekohtaisia. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 fi Taulukot eivät voi olla sisäkkäin. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 fi \<emph\>Esimerkkejä\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fi ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/uz/localize.sdf
+===================================================================
+--- l10n/source/uz/localize.sdf (Revision 277664)
++++ l10n/source/uz/localize.sdf (Arbeitskopie)
+@@ -30463,7 +30463,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 uz =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 uz An array with one row consisting of the three numbers 1, 2, and 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 uz ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 uz The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 uz ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 uz Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 uz B (result) 2002-02-02 02:02:02
+Index: l10n/source/bn/localize.sdf
+===================================================================
+--- l10n/source/bn/localize.sdf (Revision 277664)
++++ l10n/source/bn/localize.sdf (Arbeitskopie)
+@@ -5750,7 +5750,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 bn =SIN({১;২;৩}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 bn à¦à¦ সারি বিশিষà§à¦ à¦
à§à¦¯à¦¾à¦°à§à¦¤à§ তিনà¦à¦¿ সà¦à¦à§à¦¯à¦¾ ১, ২, à¦à¦¬à¦ ৩ রà§à§à¦à§à¥¤ 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 bn ={১;২;৩|৪;৫;৬} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 bn à¦à¦²à¦¾à¦® বিà¦à¦¾à¦à¦ (à¦à¦ªà¦¾à¦¦à¦¾à¦¨à¦¸à¦®à§à¦¹à¦à§ à¦à¦à¦ সারিতৠপà§à¦¥à¦ রাà¦à§) হলৠসà§à¦®à¦¿à¦à§à¦²à¦¨ ';'। সারি বিà¦à¦¾à¦à¦ হলৠপাà¦à¦ª পà§à¦°à¦¤à§à¦ '|'। বিà¦à¦¾à¦à¦ à¦à¦¾à¦·à¦¾ নৠà¦à¦¬à¦ লà§à¦à§à¦¯à¦¾à¦² নিরà§à¦à¦°à¦¶à§à¦² নয়। 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 bn ={১;২;৩} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 bn Calc সà§à¦¤à§à¦°à¦¤à§ à¦à¦¨à¦²à¦¾à¦à¦¨ মà§à¦¯à¦¾à¦à§à¦°à¦¿à¦à§à¦¸/ বিনà§à¦¯à¦¾à¦¸à¦¨ ধà§à¦°à§à¦¬à¦ সমরà§à¦¥à¦¨ à¦à¦°à§à¥¤ à¦à¦à¦à¦¿ à¦à¦¨à¦²à¦¾à¦à¦¨ বিনà§à¦¯à¦¾à¦¸à¦¨ বà¦à§à¦° বনà§à¦§à¦¨à§ '{' à¦à¦¬à¦ '}' দà§à¦¬à¦¾à¦°à¦¾ à¦à¦¬à§à¦¤ থাà¦à§à¥¤ à¦à¦ªà¦¾à¦¦à¦¾à¦¨à¦à§à¦²à§ পà§à¦°à¦¤à§à¦¯à§à¦à§ à¦à¦à¦à¦¿ সà¦à¦à§à¦¯à¦¾ হয় (à¦à¦¨à¦¾à¦¤à§à¦¬à¦ মান সহ), à¦à¦à¦à¦¿ লà¦à¦¿à¦à¦¾à¦² ধà§à¦°à§à¦¬à¦ (TRUE, FALSE), à¦
থবা à¦à¦à¦à¦¿ à¦à¦à§à¦·à¦°à¦¿à¦ সà§à¦à§à¦°à¦¿à¦à¥¤ ধà§à¦°à§à¦¬à¦ নয় à¦à¦à§à¦¸à¦ªà§à¦°à§à¦¶à¦¨ à¦
নà§à¦®à§à¦¦à¦¿à¦¤ হয় না। বিনà§à¦¯à¦¾à¦¸à¦¨ à¦à¦ à¦
থবা à¦
ধিঠসারি নিয়ৠà¦
থবা à¦à¦ à¦
থবা à¦
ধিঠà¦à¦²à¦¾à¦® নিয়ৠপà§à¦°à¦¬à§à¦¶ à¦à¦°à¦¾à¦¨à§ হয়। স
à¦à¦² সারি à¦
বশà§à¦¯à¦ à¦à¦à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦à¦ªà¦¾à¦¦à¦¾à¦¨ নিয়ৠà¦à¦ িত হতৠহবà§, সà¦à¦² à¦à¦²à¦¾à¦® à¦
বশà§à¦¯à¦ à¦à¦à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦à¦ªà¦¾à¦¦à¦¾à¦¨ নিয়ৠà¦à¦ িত হতৠহবৠ2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 bn B (ফলাফল) 2002-02-02 02:02:02
+Index: l10n/source/nb/localize.sdf
+===================================================================
+--- l10n/source/nb/localize.sdf (Revision 277664)
++++ l10n/source/nb/localize.sdf (Arbeitskopie)
+@@ -36114,7 +36114,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 nb Cellene i en resultattabell er automatisk beskyttet mot endringer. Men du kan redigere eller kopiere matriseformelen ved å velge hele tabellcelleområdet. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 nb Bruk av innebygde områdekonstanter i formler 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 nb Calc støtter innebygde konstanter av typen matrise/område i formler. Et nøstet område er omgitt av krøllparenteser '{' og '}'. Elementene kan hver for seg være et tall (også negative), en logisk konstant (SANN, USANN), eller en bokstavstreng. Ikke-konstante uttrykk er ikke tillatt. Områder kan skrives inn med én eller flere rader, og en eller flere kolonner. Alle rader må inneholde det samme antallet elementer, alle kolonner må inneholde det samme antallet elementer. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 nb Kolonneskillet (deler opp elementene i en rad) er ';' semikolon. Radskillet er et '|'-rørsymbol. Skilletegnene er ikke språk- eller regionavhengige. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 nb Matriser kan ikke være nøstet. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 nb \<emph\>Eksempler:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 nb ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/br/localize.sdf
+===================================================================
+--- l10n/source/br/localize.sdf (Revision 277664)
++++ l10n/source/br/localize.sdf (Arbeitskopie)
+@@ -11768,7 +11768,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 br =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 br An array with one row consisting of the three numbers 1, 2, and 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 br ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 br The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 br ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 br Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 br B (result) 2002-02-02 02:02:02
+Index: l10n/source/fr/localize.sdf
+===================================================================
+--- l10n/source/fr/localize.sdf (Revision 277664)
++++ l10n/source/fr/localize.sdf (Arbeitskopie)
+@@ -37720,7 +37720,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 fr =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 fr Une matrice d'une ligne consistant en trois chiffres 1, 2, et 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 fr ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fr Le séparateur de colonne (séparant les éléments dans une ligne) est le ';' point-virgule. Le séparateur de ligne est '|' la barre verticale. Les séparateurs ne sont pas dépendants de la langue ou de l'environnement localisé. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fr ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fr Calc supporte les constantes de matrice en ligne dans les formules. Une matrice en ligne est entourée par des accolades '{' et '}'. Les éléments peuvent être soit un nombre (y compris les nombres négatifs), une constante logique (VRAIE, FAUX) ou une chaîne de texte. Les expressions non constantes ne sont pas autorisées. La matrice peut être saisie avec une ou plusieurs lignes et une ou plusieurs colonnes. Toutes les lignes doivent avoir le même nombre d'éléments, toutes les colonnes doivent avoir le même nombre d'éléments. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 fr B (résultat) 2002-02-02 02:02:02
+@@ -46075,7 +46074,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 fr =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 fr Une matrice d'une ligne consistant en trois chiffres 1, 2, et 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 fr ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fr Le séparateur de colonne (séparant les éléments dans une ligne) est le ';' point-virgule. Le séparateur de ligne est '|' la barre verticale. Les séparateurs ne sont pas dépendants de la langue ou de l'environnement localisé. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fr ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fr Calc supporte les constantes de matrice en ligne dans les formules. Une matrice en ligne est entourée par des accolades '{' et '}'. Les éléments peuvent être soit un nombre (y compris les nombres négatifs), une constante logique (VRAIE, FAUX) ou une chaîne de texte. Les expressions non constantes ne sont pas autorisées. La matrice peut être saisie avec une ou plusieurs lignes et une ou plusieurs colonnes. Toutes les lignes doivent avoir le même nombre d'éléments, toutes les colonnes doivent avoir le même nombre d'éléments. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 fr B (résultat) 2002-02-02 02:02:02
+Index: l10n/source/kid/localize.sdf
+===================================================================
+--- l10n/source/kid/localize.sdf (Revision 277664)
++++ l10n/source/kid/localize.sdf (Arbeitskopie)
+@@ -13316,7 +13316,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 kid y-8-0râThe cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. 20091030 14:20:22
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 kid y-ya7aâUsing Inline Array Constants in Formulas 20091030 14:20:22
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 kid +xv242âCalc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 20091030 14:20:22
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 kid 4epc7fâThe column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 20091030 14:20:22
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 kid p=jt8gâArrays can not be nested. 20091030 14:20:22
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 kid 5vyumeâ\<emph\>Examples:\</emph\> 20091030 14:20:22
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 kid 6kr>zsâ={1;2;3} 20091030 14:20:22
+Index: l10n/source/nl/localize.sdf
+===================================================================
+--- l10n/source/nl/localize.sdf (Revision 277664)
++++ l10n/source/nl/localize.sdf (Arbeitskopie)
+@@ -43158,7 +43158,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 nl =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 nl Een matrix met één rij bestaande uit de drie getallen 1, 2 en 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 nl ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 nl Het kolomscheidingsteken (dat de elementen in één rij scheidt) is de puntkomma ';'. Het rijscheidingsteken is het 'pipe'-teken '|'. De scheidingstekens zijn niet afhankelijk van taal en locale. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 nl ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 nl Calc ondersteunt in-regelige matrix-/arrayconstanten in formules. Een in-regelige matrix wordt omsloten door accolades '{' en '}'. Elementen kunnen zowel een getal (inclusief negatieve), een logische constante (WAAR, ONWAAR) of een letterlijke tekenreeks zijn. Niet-constante expressies zijn niet geldig. Matrices kunnen worden ingevoerd met één of meer rijen en één of meer kolommen. Alle rijen moeten bestaan uit hetzelfde aantal elementen en alle kolommen moeten bestaan uit hetzelfde aantal elementen. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 nl B (resultaat) 2002-02-02 02:02:02
+Index: l10n/source/vi/localize.sdf
+===================================================================
+--- l10n/source/vi/localize.sdf (Revision 277664)
++++ l10n/source/vi/localize.sdf (Arbeitskopie)
+@@ -34961,7 +34961,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 vi =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 vi Má»t mảng có má»t hà ng chứa ba sá» 1, 2, 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 vi ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 vi Dấu tách cá»t (phân cách các phần tá» theo má»t hà ng) là dấu chấm phẩy « ; ». Dấu tách hà ng là ký hiá»u á»ng dẫn « | ». Hai dấu tách không phụ thuá»c và o ngôn ngữ hay miá»n Äá»a phÆ°Æ¡ng. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 vi ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 vi Trình Calc há» trợ hằng sá» kiá»u ma tráºn/mảng trá»±c tiếp trong công thức. Má»t mảng trá»±c tiếp {Äược bao quanh bá»i dấu ngoặc móc}. Má»i phần tá» có thá» là má»t con sá» (gá»m có sỠâm), má»t hằng sá» lôgic (TRUE (Äúng), FALSE (sai)), hoặc má»t chuá»i nghÄ©a chữ. Không cho phép dùng biá»u thức không phải hằng sá». Có thá» nháºp mảng có má»t hay nhiá»u hà ng/cá»t. Má»i hà ng Äá»u phải có cùng má»t sá» phần tá» ; má»i cá»t Äá»u phải chứa cùng má»t sá» phần tá». 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 vi B (kết quả) 2002-02-02 02:02:02
+Index: l10n/source/ca/localize.sdf
+===================================================================
+--- l10n/source/ca/localize.sdf (Revision 277664)
++++ l10n/source/ca/localize.sdf (Arbeitskopie)
+@@ -35202,7 +35202,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ca =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ca Una matriu amb una fila formada pels nombres 1, 2 i 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ca ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ca El separador de columna (que separa els elements d'una fila) és el punt i coma ';'. El separador de fila és un sÃmbol de barra vertical '|'. Els separadors no depenen de la llengua ni de la configuració regional. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ca ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ca El Calc admet constants de matriu en lÃnia en les fórmules. Una matriu en lÃnia es troba entre claudà tors '{' i '}'. Els elements poden ser nombres (inclosos els negatius), una constant lògica (CERT, FALS) o una cadena literal. No es permeten les expressions no constants. Es poden introduir les matrius en una fila o en més d'una, i en una columna o en més d'una. Totes les files han de constar del mateix nombre d'elements i totes les columnes han d'estar formades pel mateix nombre d'elements. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ca B (resultat) 2002-02-02 02:02:02
+Index: l10n/source/pt-BR/localize.sdf
+===================================================================
+--- l10n/source/pt-BR/localize.sdf (Revision 277664)
++++ l10n/source/pt-BR/localize.sdf (Arbeitskopie)
+@@ -37722,7 +37722,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 pt-BR =SEN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 pt-BR Uma matriz com uma linha, consistindo de três números 1, 2, e 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 pt-BR ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 pt-BR O separador de coluna (separando elementos em uma linha) é o ponto-e-vÃrgula ';'. O separador de linhas é o sÃmbolo '|'. Os separadores não dependem do idioma ou da locale. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 pt-BR ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 pt-BR O Calc permite inserir matrizes/vetores de constantes em fórmulas. Uma matriz inserida na fórmula é envolta por chaves '{' e '}'. Os elementos da matriz podem ser números (incluindo negativos), constantes lógicas (VERDADEIRO, FALSO), ou texto literal. Expressões não constantes não são permitidas. As matrizes podem ser inseridas com uma ou mais linhas e uma ou mais colunas. Todas as linhas devem conter o mesmo número de elementos, todas as colunas devem conter o mesmo número de elementos. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 pt-BR B (resultado) 2002-02-02 02:02:02
+Index: l10n/source/ru/localize.sdf
+===================================================================
+--- l10n/source/ru/localize.sdf (Revision 277664)
++++ l10n/source/ru/localize.sdf (Arbeitskopie)
+@@ -37232,7 +37232,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ru =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ru ÐаÑÑив Ñ Ð¾Ð´Ð½Ð¾Ð¹ ÑÑÑокой, ÑоÑÑоÑÑей из ÑÑеÑ
ÑиÑел: 1, 2 и 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ru ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ru РазделиÑÐµÐ»Ñ ÑÑолбÑов (ÑазделÑÑÑий ÑлеменÑÑ Ð² одной ÑÑÑоке) - ";" (ÑоÑка Ñ Ð·Ð°Ð¿ÑÑой). РазделиÑÐµÐ»Ñ ÑÑÑок - "|" (Ñимвол конвейеÑизаÑии). РазделиÑели не завиÑÑÑ Ð¾Ñ ÑзÑка и локали. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ru ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ru Calc поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ Ð² ÑоÑмÑлаÑ
ÑÑÑоÑнÑе маÑÑиÑÑ/маÑÑÐ¸Ð²Ñ ÐºÐ¾Ð½ÑÑанÑ. СÑÑоÑнÑй маÑÑив заклÑÑаеÑÑÑ Ð² ÑигÑÑнÑе Ñкобки ''{" и "}". ÐлеменÑÑ Ð¼Ð¾Ð³ÑÑ Ð±ÑÑÑ ÐºÐ°Ðº ÑиÑловÑми (в Ñ.Ñ. оÑÑиÑаÑелÑнÑми), Ñак и логиÑеÑкими (TRUE, FALSE) или ÑÑÑоковÑми лиÑеÑалами. ÐÑÑажениÑ, не ÑвлÑÑÑиеÑÑ ÐºÐ¾Ð½ÑÑанÑами, не допÑÑкаÑÑÑÑ. Ðозможен ввод маÑÑивов Ñ Ð¾Ð´Ð½Ð¾Ð¹ или неÑколÑкими ÑÑÑоками, а Ñакже Ñ Ð¾Ð´Ð½Ð¸Ð¼ или неÑколÑкими ÑÑолбÑами. ÐÑе ÑÑÑоки Ð´Ð¾Ð»Ð¶Ð½Ñ ÑоÑÑоÑÑÑ Ð¸Ð· одинакового ÑиÑла ÑлеменÑов; вÑе ÑÑолбÑÑ Ñакже Ð´Ð¾Ð»Ð¶Ð½Ñ ÑоÑÑоÑÑÑ Ð¸Ð· одинакового ÑиÑла Ñл
еменÑов. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ru B (ÑезÑлÑÑаÑ) 2002-02-02 02:02:02
+Index: l10n/source/ga/localize.sdf
+===================================================================
+--- l10n/source/ga/localize.sdf (Revision 277664)
++++ l10n/source/ga/localize.sdf (Arbeitskopie)
+@@ -20707,7 +20707,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 ga The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 ga Using Inline Array Constants in Formulas 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ga Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ga The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 ga Arrays can not be nested. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 ga \<emph\>Examples:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ga ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/gl/localize.sdf
+===================================================================
+--- l10n/source/gl/localize.sdf (Revision 277664)
++++ l10n/source/gl/localize.sdf (Arbeitskopie)
+@@ -38498,7 +38498,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 gl As celas das matrices de resultados están automaticamente protexidas contra as mudanzas. Porén, é posÃbel editar ou copiar a fórmula matricial seleccionando todo o intervalo de celas da matriz. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 gl Utilización de constantes de matrices incorporadas nas fórmulas 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 gl Calc admite constantes de matrices incorporadas nas fórmulas. As matrices incorporadas están rodeadas de chaves '{' e '}'. Os elementos poden ser numéricos (inclusive negativos), constantes lóxicas (VERDADEIRO, FALSO) ou cadeas de texto. Non están permitidas as expresións non constantes. As matrices poden introducirse cunha ou máis filas e columnas. Todas as filas e columnas deben conter o mesmo número de elementos. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 gl O separador de columna (que separa os elementos dunha fila) é o punto e coma ';'. O separador de fila é a barra vertical '|'. Os separadores non dependen da configuración rexional e de idioma. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 gl Non é posÃbel aniñar matrices. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 gl \<emph\>Exemplos:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 gl ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/cs/localize.sdf
+===================================================================
+--- l10n/source/cs/localize.sdf (Revision 277664)
++++ l10n/source/cs/localize.sdf (Arbeitskopie)
+@@ -13154,7 +13154,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 cs BuÅky v matici výsledků jsou automaticky chránÄny pÅed zmÄnami. Maticový vzorec je ovÅ¡em možné upravit nebo zkopÃrovat tak, že vyberete celý rozsah bunÄk matice. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 cs Použità vložených matic ve vzorcÃch 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 cs Calc podporuje ve vzorcÃch vložené matice. Vložená matice je uzavÅena ve složených závorkách '{' a '}'. Prvky matice mohou být ÄÃsla (i záporná), logické konstanty (TRUE, FALSE) nebo ÅetÄzec. Nejsou dovoleny nekonstantové výrazy. Matici lze zadat s jednÃm Äi vÃce sloupci a jednÃm Äi vÃce Åádky. Každý Åádek musà obsahovat stejný poÄet prvků, každý sloupec musà obsahovat stejný poÄet prvků. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 cs OddÄlovaÄem sloupců (rozdÄlenà prvků jednoho Åádku) je stÅednÃk ';'. OddÄlovaÄem Åádků je symbol roury '|'. OddÄlovaÄe nezávisejà na jazykovém nastavenÃ. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 cs Matice nemohou být vnoÅené. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 cs \<emph\>PÅÃklady:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 cs ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/km/localize.sdf
+===================================================================
+--- l10n/source/km/localize.sdf (Revision 277664)
++++ l10n/source/km/localize.sdf (Arbeitskopie)
+@@ -19009,7 +19009,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 km áááá¡á¶âáááá»áâááááááâá¢á¶áá áááá¼áâáá¶áâáá¶ááá¶áâáááâáááááâáááááááá·âáááâáá¹áâáá¶áâáááá¶áááááá¼á á áááâááá¶áâáᶠá¢áááâá¢á¶á
âááááááá½á á¬âá
ááááâáá¼áááááâá¢á¶ááâáááâáááá¾áâáá½áâáááá¡á¶âá¢á¶ááâáá¶áááá¼á á 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 km áááá¾âá
ááá½áâá¢á¶ááâáááâáááá»áâáá½á áááá»áâáá¼ááááá 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 km Calc áá¶ááááâá
ááá½áâááá¶áááá¸á/âá¢á¶ááâáááâáááá»áâáá½ áááá»áâáá¼ááááá á á¢á¶ááâáááá»áâáá½ ááºáááá¼ááá¶áâáá¶ááâáá
âáááá»áâáááááá '{' áá·á '}' á áá¶áá» á¢á¶á
âáá¶âáááâáá¸áá½áá (áá½ááá¶áá á¢áá·ááááá¶á) á
ááá½áâáááâáááááá·áááᶠ(TRUE, FALSE) á¬âááááá¢ááááâáááááâááááá á ááááááâáá·áááá ááºâáá·áá¢áá»áááá¶áâáá á á¢á¶áá á¢á¶á
âáááá¼ááá¶áâáááá
á¼áâáá¶áá½áâáá½ááááâáá½á á¬âá
ááá¾á áá·áâáá½áááâáá½á á¬âá
ááá¾á á áá½áâ
áááâáá¶ááá¢ááâáááá¼ááááá¶áâá
ááá½áâáá¶áá»âáá¼á
áááᶠá á¾áâáá½áâáááá¶ááá¢ááâáááá¼áááâáá¶áâá
ááá½áâáá¶áá»âáá¼á
áááá¶Â á 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 km á¢ááááááááâáá½áâáá (áááááâáá¶áá»âáá¶âáá½áâáá½áááá) ááºáá¶âááááá¶âá
ááá»á
âááááá ';' á á¢áááâáááááâáá½áâáááâááºâáá¶âáá·áá·áááááááá¶ââááááá '|' á á¢áááâááááá ááºâáá·ááááâáá¶âáá¶áᶠáá·áâáá¶áâáá¶ááâáá¼ááááá¶ááá á 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 km áá·áá¢á¶á
âáááá»áâá¢á¶ááâáá¶ááá á 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 km \<emph\>á§áá¶á ááá á\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 km ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/ko/localize.sdf
+===================================================================
+--- l10n/source/ko/localize.sdf (Revision 277664)
++++ l10n/source/ko/localize.sdf (Arbeitskopie)
+@@ -34341,7 +34341,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ko =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ko ì¸ ê°ì ì«ì 1, 2, 3ì´ íëì íì¼ë¡ 구ì±ë ë°°ì´. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ko ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ko (í íìì ìì를 ë¶ë¦¬íë) ì´ êµ¬ë¶ìë ';' ì¸ë¯¸ì½ë¡ ì
ëë¤. í 구ë¶ìë '|' íì´í 기í¸ì
ëë¤. 구ë¶ìë ì¸ì´ ë° ë¡ì¼ì¼ì ë
립ì ì
ëë¤. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ko ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ko Calcë ìì ìììì ì¸ë¼ì¸ íë ¬/ë°°ì´ ìì를 ì§ìí©ëë¤. ì¸ë¼ì¸ ë°°ì´ì ì¤ê´í¸ { }ë¡ ë¬¶ìµëë¤. ììë ì«ì (ìì í¬í¨), ë
¼ë¦¬ ìì (TRUE, FALSE), ëë 문ìì´ì´ ë ì ììµëë¤. ììê° ìë ííìì íì©ëì§ ììµëë¤. ë°°ì´ì íë ì´ìì íê³¼ ì´ë¡ ì
ë ¥ë ì ììµëë¤. 모ë íê³¼ ì´ì ë°ëì ê°ì ìì ììë¡ êµ¬ì±ëì´ì¼ í©ëë¤. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ko B(ê²°ê³¼) 2002-02-02 02:02:02
+Index: l10n/source/om/localize.sdf
+===================================================================
+--- l10n/source/om/localize.sdf (Revision 277664)
++++ l10n/source/om/localize.sdf (Arbeitskopie)
+@@ -13325,7 +13325,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 om Man'eewwan waraantoo firiwwanii ofumaan jijjiirraa irra dhorkamu. Haata'u malee, formulaa waraantoo man'ee hangii waraantoo mara filuudhan gulaaluu fi garagalchuu ni dandeessa. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 om Waraantoo Sarkee Dhaabbataa Formuulaa keessati Fayyadamun 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 om Sarkee maatiksii/waraantoo dhabataa formulaa keessaa shallaguuf gargaara. Sarkeen waraantoo curlii cuuftuudhan '{' '}' deeggarama. Miseensonni tokkoon tokkoon lakkoofsa (lakkoofsa negatiivii) ta'uu danda'a, yaayaa dhabbataa (TRUE, FLASE), yookin jecha jargifaa. Himannoon dhabbataa hin tannee hin hayyamamu. Saraantoon tarree yookin tarja tokkoo yookin isaa oliin galfamuu danda'a. Tarreewwan hundinu lakkoofsa miseensotaa wal fakkaata qabaachuu qabu, tarjaawwan hundinuu lakkoofsa miseensotaa walfakkataa qabaachuu qabu. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 om Tarja adda baasaa(tarree tokkoo keessati addabaasuu)n buufata xiqqaaa ';'. tarree adda basaa '|' mallattoo ujumoo. Adda bastoonnii afaanii fi gitoo biyyaa miti. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 om Waraantonni dilgataa'uu hin danda'an. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 om \<emph\>Fakkeenyota:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 om ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/sl/localize.sdf
+===================================================================
+--- l10n/source/sl/localize.sdf (Revision 277664)
++++ l10n/source/sl/localize.sdf (Arbeitskopie)
+@@ -13590,7 +13590,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 sl =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 sl Matrika z eno vrstico, ki jo sestavljajo tri Å¡tevilke: 1, 2 in 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 sl ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 sl LoÄilo stolpcev (ki loÄuje elemente ene vrstice) je podpiÄje (';'). LoÄilo vrstic je simbol '|'. LoÄila niso odvisna od jezikovnih in krajevnih nastavitev. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 sl ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 sl Calc podpira matriÄne konstante v formulah. Vdelana matrika je zaobjeta z zavitim oklepajem in zaklepajem ('{' in '}'). Element je lahko poljubna Å¡tevilka (tudi negativna), logiÄna konstanta (TRUE, FALSE) ali niz besedila. Ne-konstantni izrazi niso dovoljeni. Vnesena matrika ima lahko eno ali veÄ vrstic ter enega ali veÄ stolpcev. Vse vrstice morajo imeti enako Å¡tevilo elementov, pa tudi vsi stolpci morajo imeti enako Å¡tevilo elementov. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 sl B (rezultat) 2002-02-02 02:02:02
+Index: l10n/source/zh-CN/localize.sdf
+===================================================================
+--- l10n/source/zh-CN/localize.sdf (Revision 277664)
++++ l10n/source/zh-CN/localize.sdf (Arbeitskopie)
+@@ -37585,7 +37585,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 zh-CN =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 zh-CN ç± 1ã2ã3 ä¸ä¸ªæ°åç»æçåè¡æ°ç»ã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 zh-CN ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 zh-CN ååé符ï¼ç¨äºåéè¡ä¸çå
ç´ ï¼æ¯åå· ';'ãè¡åé符æ¯ç«çº¿ç¬¦å· '|'ãè¿äºåé符ä¸è¯è¨åè¯è¨ç¯å¢æ å
³ã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 zh-CN ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 zh-CN Calc æ¯æå¨å½æ°ä¸ä½¿ç¨å
èç©éµ/æ°ç»å¸¸éãä¸ä¸ªå
èæ°ç»ç¨ä¸å¯¹è±æ¬å·æ¬èµ·æ¥ãæ°ç»å
ç´ å¯ä»¥æ¯æ°åï¼å
æ¬è´æ°ï¼ãé»è¾å¸¸éï¼TRUEãFALSEï¼æå符串ï¼ä½ä¸å¯ä»¥æ¯é常é表达å¼ãä¸ä¸ªæ°ç»å¯ä»¥è¾å
¥ä¸è¡æå¤è¡ï¼ä¹å¯ä»¥è¾å
¥ä¸åæå¤åãææè¡å¿
é¡»å«æåæ ·æ°ç®çå
ç´ ï¼ ææåå¿
é¡»å«æåæ ·æ°ç®çå
ç´ ã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 zh-CN Bï¼ç»æï¼ 2002-02-02 02:02:02
+Index: l10n/source/da/localize.sdf
+===================================================================
+--- l10n/source/da/localize.sdf (Revision 277664)
++++ l10n/source/da/localize.sdf (Arbeitskopie)
+@@ -12230,7 +12230,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 da Cellerne i en resultattabel er automatisk beskyttet imod ændringer. Dog kan du redigere eller kopiere matrixformlen ved at vælge hele tabelcelleområdet. 20050602 23:18:50
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 da Brug af indlejrede områdekonstanter i formler 20071229 13:42:26
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 da Calc understøtter indlejrede konstanter af typen matrix/område i formler. Et indlejret område er omgivet af krølleparenteser '{' og '}'. Elementerne kan hver især være et tal (inklusiv negative), en logisk konstant (SAND, FALSK), eller en bogstavelig streng. Ikke konstante udtryk er ikke tilladt. Områder kan indtastes med en eller flere rækker, og en eller flere kolonner. Alle rækker skal indeholde det samme antal elementer, alle kolonner skal indeholde det samme antal elementer. 20080101 09:03:22
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 da Kolonneadskilleren (opdeler elementerne i en række) er ';' semikolon. Rækkeadskilleren er '|' dataledningssymbolet. Skilletegnene er ikke sprog- eller lokalitetsafhængige. 20080213 11:34:12
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 da Matrixer kan ikke være indlejret. 20071218 05:49:31
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 da \<emph\>Eksempler:\</emph\> 20071218 01:53:16
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 da ={1;2;3} 20071220 13:51:20
+Index: l10n/source/sv/localize.sdf
+===================================================================
+--- l10n/source/sv/localize.sdf (Revision 277664)
++++ l10n/source/sv/localize.sdf (Arbeitskopie)
+@@ -37552,7 +37552,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 sv =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 sv En matris med en rad bestående av de tre talen 1, 2 och 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 sv ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 sv Semikolon ';' används som kolumnavgränsare (avgränsar elementen på en rad). Som radavgränsare används symbolen '|'. Avgränsarna är inte språk- eller språkvariantberoende. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 sv ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 sv Calc har stöd för infogade matriskonstanter i formler. En infogad matris är omgiven av klammerparenteserna '{' och '}'. Elementen kan antingen vara tal (även negativa tal), en logisk konstant (SANT och FALSKT) eller en literal sträng. Icke-konstanta uttryck tillåts ej. Matriserna kan ha en eller flera rader och en eller flera kolumner. Alla rader måste bestå av samma antal element och alla kolumnerna måste bestå av samma antal element. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 sv B (resultat) 2002-02-02 02:02:02
+Index: l10n/source/de/localize.sdf
+===================================================================
+--- l10n/source/de/localize.sdf (Revision 277664)
++++ l10n/source/de/localize.sdf (Arbeitskopie)
+@@ -15224,7 +15224,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 de =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 de Eine Matrix mit einer Zeile bestehend aus den 3 Zahlen 1, 2, und 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 de ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 de Der Spaltentrenner (trennt die Elemente in einer Zeile) ist das ';' Semikolon. Der Zeilentrenner ist ein '|' Pipe Symbol. Die Trenner sind sprachunabhängig. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 de ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 de Calc unterstützt inline Matrizen/Vektoren in Formeln. Eine inline Matrix wird in geschwungenen Klammern '{' und '}' eingeschlossen. Elemente können entweder eine Zahl (einschlieÃlich negativer), eine logische Konstante (WAHR, FALSCH), oder eine Zeichenkette sein. Variable Ausdrucke sind nicht erlaubt . Matrizen können eine oder mehrere Zeilen und eine oder mehrere Spalten enthalten. Alle Zeilen müssen dieselbe Anzahl von Elementen enthalten, alle Spalten dieselbe Anzahl von Elementen. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 de B (Ergebnis) 2002-02-02 02:02:02
+Index: l10n/source/pl/localize.sdf
+===================================================================
+--- l10n/source/pl/localize.sdf (Revision 277664)
++++ l10n/source/pl/localize.sdf (Arbeitskopie)
+@@ -37722,7 +37722,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 pl =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 pl Tablica skÅadajÄ
ca siÄ z jednego wiersza zawierajÄ
cego trzy liczby 1, 2 i 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 pl ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 pl Separator kolumn (oddzielajÄ
cy elementy w jednym wierszu) to Årednik (;). Separator wierszy to symbol potoku â|â. Separatory sÄ
niezależne od jÄzyka i ustawieÅ regionalnych. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 pl ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 pl Program Calc obsÅuguje wewnÄtrzne staÅe macierzowe/tablicowe w formuÅach. WewnÄtrzna tablica znajduje siÄ w nawiasach klamrowych â{â i â}â. Elementy mogÄ
byÄ liczbami (w tym liczbami ujemnymi), staÅymi logicznymi (PRAWDA, FAÅSZ) lub ciÄ
gami literaÅów. Wyrażenia nie bÄdÄ
ce staÅymi nie sÄ
dozwolone. Tablice mogÄ
byÄ wprowadzane w jednym lub kilku wierszach oraz w jednej lub kilku kolumnach. Wszystkie wiersze muszÄ
skÅadaÄ siÄ z tej samej liczby elementów, podobnie wszystkie kolumny muszÄ
skÅadaÄ siÄ z tej samej liczby elementów. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 pl B (wynik) 2002-02-02 02:02:02
+Index: l10n/source/hu/localize.sdf
+===================================================================
+--- l10n/source/hu/localize.sdf (Revision 277664)
++++ l10n/source/hu/localize.sdf (Arbeitskopie)
+@@ -36814,7 +36814,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 hu =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 hu Három számot (1, 2 és 3) tartalmazó sorral rendelkezŠtömb 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 hu ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 hu Az oszlopelválasztó (amely elválasztja a soron belül az elemeket) a pontosvesszÅ (;). A sorelválasztó a függÅleges vonal (|). Az elválasztók nem függnek a nyelvtÅl és a területi beállÃtásoktól. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 hu ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 hu A Calc támogatja a helyi mátrixokat/tömbkonstansokat a képletekben. Egy helyi tömb â{â és â}â jel közé van zárva. Az elemek mindegyike lehet szám (beleértve a negatÃv számokat is), logikai konstans (IGAZ, HAMIS) vagy karakterlánc. A nem konstans kifejezések nem használhatók. Megadhatók egy vagy több sorból, illetve egy vagy több oszlopból álló tömbök. Minden sornak azonos számú elembÅl kell állnia, valamint minden oszlopnak is azonos számú elembÅl kell állnia. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 hu B (eredmény) 2002-02-02 02:02:02
+Index: l10n/source/pt/localize.sdf
+===================================================================
+--- l10n/source/pt/localize.sdf (Revision 277664)
++++ l10n/source/pt/localize.sdf (Arbeitskopie)
+@@ -37769,7 +37769,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 pt =SEN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 pt Uma matriz com uma linha composta pelos três números 1, 2 e 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 pt ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 pt O separador de colunas (que separa elementos numa linha) é o ponto e vÃrgula ';'. O separador de linhas é o sÃmbolo '|'. Os separadores não estão dependentes de idioma ou configuração regional. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 pt ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 pt O Calc suporta matrizes inline em fórmulas. Uma matriz inline está delimitada por chavetas '{' e '}'. Os elementos podem ser um número (incluindo números negativos), uma constante lógica (TRUE, FALSE) ou uma cadeia de caracteres. Não são permitidas expressões não-constantes. As matrizes podem ser introduzidas com uma ou mais linhas e com uma ou mais colunas. Todas as linhas e colunas terão de ser compostas pelo mesmo número de elementos. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 pt B (resultado) 2002-02-02 02:02:02
+Index: l10n/source/tr/localize.sdf
+===================================================================
+--- l10n/source/tr/localize.sdf (Revision 277664)
++++ l10n/source/tr/localize.sdf (Arbeitskopie)
+@@ -30178,7 +30178,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 tr =SÄ°N({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 tr Bir satırlı üç sayısı 1, 2, ve 3 bulunan bir dizi. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 tr ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 tr Sütun ayracı ( bir satırdaki elemanları ayıran) ';' noktalı virgül karakteridir. Satır ayracı ise '|' boru sembolüdür. Ayraçlar yerel veya dil baÄımlı deÄildir. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 tr ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 tr Calc formüllerde satır içi matris/dizi sabitlerini destekler. Bir satır içi dizisi süslü ayraçlar ile '{' ve '}' ile çevrelenir. Elemanların her biri sayı (negatif sayılarda bulunur) veya mantıksal sabitler (DOÄRU,YANLIÅ) veya bir harf dizisi olabilir. Sabit olmayan deyimlere izin verilmez. Diziler bir veya daha fazla satırlı ve bir veya daha fazla sütunlu girilebilir. Bütün satırlarda aynı sayıda eleman olmalıdır, bütün sütunlar aynı miktarda elemandan oluÅmalıdır. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 tr B (sonuç) 2002-02-02 02:02:02
+Index: l10n/source/en-GB/localize.sdf
+===================================================================
+--- l10n/source/en-GB/localize.sdf (Revision 277664)
++++ l10n/source/en-GB/localize.sdf (Arbeitskopie)
+@@ -12319,7 +12319,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 en-GB =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 en-GB An array with one row consisting of the three numbers 1, 2, and 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 en-GB ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 en-GB The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 en-GB ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 en-GB Calc supports inline matrix/array constants in formulae. An inline array is enclosed with braces (curly brackets) '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 en-GB B (result) 2002-02-02 02:02:02
+Index: l10n/source/el/localize.sdf
+===================================================================
+--- l10n/source/el/localize.sdf (Revision 277664)
++++ l10n/source/el/localize.sdf (Arbeitskopie)
+@@ -55600,7 +55600,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 el Τα κελιά ÏÏον Ïίνακα αÏοÏελεÏμάÏÏν ÏÏοÏÏαÏεÏονÏαι αÏ
ÏÏμαÏα αÏÏ Î±Î»Î»Î±Î³ÎÏ. ΠάνÏÏÏ, μÏοÏείÏε να εÏεξεÏγαÏθείÏε ή να ανÏιγÏάÏεÏε Ïον ÏÏÏο Ïίνακα εÏιλÎγονÏÎ±Ï Î¿Î»ÏκληÏη Ïην ÏεÏιοÏή κελιÏν ÏοÏ
Ïίνακα. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 el ΧÏήÏη ÏÏαθεÏÏν Ïίνακα Ïε ÏÏÏοÏ
Ï 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 el Το Calc Ï
ÏοÏÏηÏίζει ÏÏαθεÏÎÏ ÏιμÎÏ Î±ÏÏ ÏίνακεÏ/μήÏÏÎµÏ Î´ÎµÎ´Î¿Î¼ÎνÏν Ïε ÏÏÏοÏ
Ï. ÎÎ½Î±Ï ÏÏ
νδεδεμÎÎ½Î¿Ï ÏÎ¯Î½Î±ÎºÎ±Ï ÏεÏιβάλλεÏαι αÏÏ Î¬Î³ÎºÎ¹ÏÏÏα '{' και '}'. Τα ÏÏοιÏεία μÏοÏοÏν να είναι Ïο καθÎνα ÎÎ½Î±Ï Î±ÏιθμÏÏ (ÏοÏ
ÏεÏιÎÏει και αÏνηÏικÎÏ ÏιμÎÏ), μία λογική ÏÏαθεÏά (TRUE, FALSE), ή Îνα κÏ
ÏιολεκÏÎ¹ÎºÏ Î±Î»ÏαÏιθμηÏικÏ. Îι μη ÏÏαθεÏÎÏ ÎµÎºÏÏάÏÎµÎ¹Ï Î´ÎµÎ½ εÏιÏÏÎÏονÏαι. Îι ÏÎ¯Î½Î±ÎºÎµÏ Î¼ÏοÏοÏν να ειÏαÏθοÏν με μία ή ÏεÏιÏÏÏÏεÏÎµÏ Î³ÏαμμÎÏ, και μία ή ÏεÏιÏÏÏÏεÏÎµÏ ÏÏήλεÏ. ÎÎ»ÎµÏ Î¿Î¹ γÏαμμÎÏ ÏÏÎÏει να αÏοÏελοÏνÏαι αÏÏ Ïον ίδιο αÏÎ¹Î¸Î¼Ï ÏÏοιÏείÏν, Ïο ίδιο Î
ºÎ±Î¹ ÏÎ»ÎµÏ Î¿Î¹ ÏÏήλεÏ. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 el Το διαÏÏÏιÏÏÎ¹ÎºÏ ÏÏηλÏν (διαÏÏÏίζει Ïα ÏÏοιÏεία Î¼Î¹Î±Ï Î³ÏαμμήÏ) είναι Ïο ÎµÎ»Î»Î·Î½Î¹ÎºÏ ÎµÏÏÏημαÏÎ¹ÎºÏ ';'. Τα διαÏÏÏιÏÏικά γÏαμμÏν είναι η καÏακÏÏÏ
Ïη κάθεÏÎ¿Ï '|'. Τα διαÏÏÏιÏÏικά είναι ανεξάÏÏηÏα γλÏÏÏÎ±Ï ÎºÎ±Î¹ ÏοÏοθεÏίαÏ. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 el Îι ÏÎ¯Î½Î±ÎºÎµÏ Î´ÎµÎ½ μÏοÏοÏν να εμÏÏλεÏ
θοÏν. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 el \<emph\>ΠαÏαδείγμαÏα:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 el ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/es/localize.sdf
+===================================================================
+--- l10n/source/es/localize.sdf (Revision 277664)
++++ l10n/source/es/localize.sdf (Arbeitskopie)
+@@ -37454,7 +37454,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 es =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 es Un matriz de una fila que consiste de tres números: 1, 2, y 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 es ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 es El separador de columnas (separando elementos en una fila) es el ";" punto y coma. El separador de filas es la "|" barra. Los separadores no están dependiente de idioma ni local. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 es ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 es Calc apoya constantes de matrices en lÃnea en formulas. Un matriz en lÃnea es rodeado por llaves, '{' y '}'. Los elementos puede ser cada una un número (incluso negativos), una constante lógica (TRUE, FALSE), o una cadena literal. Expresiones no-constantes no están permitido. Los matrices puede ser entrada en una ó más filas, y una ó más columnas. Todas las filas tiene que tener igual número de elementos, todos columnas debe consista de la misma número de elementos. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 es B (resultado) 2002-02-02 02:02:02
+Index: l10n/source/et/localize.sdf
+===================================================================
+--- l10n/source/et/localize.sdf (Revision 277664)
++++ l10n/source/et/localize.sdf (Arbeitskopie)
+@@ -16731,7 +16731,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 et Tulemuste massiivi lahtrid on automaatselt kaitstud muudatuste vastu. Massiivi valemit saab redigeerida ja kopeerida, kui valida kogu massiivi lahtrite vahemik. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 et Sisestatud konstantsete massiivide kasutamine valemites. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 et Calc toetab valemites põimitud maatriksi- ja massiivikonstante. Põimitud massiiv ümbritsetakse looksulgudega '{' ja '}'. Elementideks võivad olla arvud (sealhulgas negatiivsed), tõeväärtused (TÃENE, VÃÃR) ja tekstistringid. Mittekonstantsed avaldised pole lubatud. Massiive võib sisestada ühe või mitme rea või veeruna. Kõik read peavad sisaldama sama arvu elemente, samuti ka kõik veerud. 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 et Veergude eraldaja (ühes reas asuvate elementide eraldaja) on semikoolon ';'. Ridade eraldajaks on püstkriipsu märk '|'. Need eraldajad ei sõltu keelest ega lokaadist. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 et Massiive ei saa põimida. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 et \<emph\>Näited:\</emph\> 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 et ={1;2;3} 2002-02-02 02:02:02
+Index: l10n/source/zh-TW/localize.sdf
+===================================================================
+--- l10n/source/zh-TW/localize.sdf (Revision 277664)
++++ l10n/source/zh-TW/localize.sdf (Arbeitskopie)
+@@ -37708,7 +37708,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 zh-TW =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 zh-TW æ¤é£åå
·æä¸åï¼ä¸å
§å«ä¸åæ¸å 1ã2 å 3ã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 zh-TW ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 zh-TW æ¬åé符 (åéåä¸åä¸çå
ç´ ) çºåèã;ããååé符çºç´ç·ç¬¦èã|ããåé符èèªè¨åèªè¨ç°å¢ç¡éã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 zh-TW ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 zh-TW Calc æ¯æ´å¨å
¬å¼ä¸ä½¿ç¨å
§åµç©é£/é£å常æ¸ãå
§åµé£åæ以大æ¬èã{ãåã}ãæ¬ä½ãå
ç´ å¯ä»¥æ¯æ¸å (å
å«è² æ¸)ãéè¼¯å¸¸æ¸ (TRUEãFALSE) ææåå串ãä¸å
許é常æ¸è¡¨ç¤ºå¼ã輸å
¥çé£åå¯å
å«ä¸æå¤å以åä¸æå¤æ¬ãææååæææ¬çå¿
é å
å«ç¸åçå
ç´ æ¸ç®ã 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 zh-TW B (çµæ) 2002-02-02 02:02:02
+Index: l10n/source/it/localize.sdf
+===================================================================
+--- l10n/source/it/localize.sdf (Revision 277664)
++++ l10n/source/it/localize.sdf (Arbeitskopie)
+@@ -36799,7 +36799,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 it =SIN({1;2;3}) 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 it Un vettore di una sola riga formato tre numeri 1, 2 e 3. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 it ={1;2;3|4;5;6} 2002-02-02 02:02:02
+-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 it Il separatore di colonne (che separa gli elementi appartententi ad una stessa riga) è il punto e virgola ';'. Il separatore di riga è il simbolo '|'. I separatori non dipendono dal linguaggio o dalla localizzazione. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 it ={1;2;3} 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 it Calc supporta matrici/vettori di costanti inline. Un vettore inline è circondato da parentesi graffe '{' e '}'. Gli elementi posso essere un numero (incluso numeri negativi), una costante logica (VERO, FALSO), o una stringa. Non sono consentite espressioni non costanti. I vettori possono essere inseriti con una o più righe, e una o più colonne. Tutte le righe devono avere lo stesso numero di elementi e così le colonne. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 it B (risultato) 2002-02-02 02:02:02
diff --git a/patches/dev300/helpcontent-scalc-01-localize.diff b/patches/dev300/helpcontent-scalc-01-localize.diff
index 9c60c02..87857ae 100644
--- a/patches/dev300/helpcontent-scalc-01-localize.diff
+++ b/patches/dev300/helpcontent-scalc-01-localize.diff
@@ -1,8 +1,7 @@
-Index: l10n/source/bg/localize.sdf
-===================================================================
---- l10n/source/bg/localize.sdf (Revision 277664)
-+++ l10n/source/bg/localize.sdf (Arbeitskopie)
-@@ -27755,7 +27755,6 @@
+diff --git a/l10n/source/bg/localize.sdf b/l10n/source/bg/localize.sdf
+--- l10n/source/bg/localize.sdf
++++ l10n/source/bg/localize.sdf
+@@ -27751,7 +27751,6 @@
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 bg ÐлеÑкиÑе в маÑива â ÑезÑлÑÐ°Ñ Ñа заÑиÑени ÑÑеÑÑ Ð¿Ñомени. ÐожеÑе обаÑе да ÑедакÑиÑаÑе или копиÑаÑе ÑоÑмÑлаÑа за маÑив, каÑо избеÑеÑе ÑÑлаÑа облаÑÑ Ð¾Ñ ÐºÐ»ÐµÑки. 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 bg ÐаÑиви Ñ ÐºÐ¾Ð½ÑÑанÑи, вмÑкнаÑи вÑв ÑоÑмÑли 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 bg Calc поддÑÑжа вмÑкване на маÑÑиÑни конÑÑанÑи вÑв ÑоÑмÑли. ÐмÑкнаÑиÑе маÑиви Ñе огÑÐ°Ð¶Ð´Ð°Ñ Ñ ÑигÑÑни Ñкоби â â{â и â}â. ÐлеменÑиÑе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° Ñа ÑиÑла, вклÑÑиÑелно оÑÑиÑаÑелни, логиÑеÑки конÑÑанÑи (TRUE и FALSE) или низове. Ðе Ñе ÑазÑеÑÐ°Ð²Ð°Ñ Ð¸Ð·Ñази, коиÑо не Ñа конÑÑанÑи. ÐаÑивиÑе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° ÑÑдÑÑÐ¶Ð°Ñ ÐµÐ´Ð¸Ð½ или нÑколко Ñеда и една или нÑколко колони. ÐÑиÑки Ñедове ÑÑÑбва да Ñа Ñ ÐµÐ´Ð½Ð°ÐºÑв бÑой елеменÑи Ð¿Ð¾Ð¼ÐµÐ¶Ð´Ñ Ñи, вÑиÑки колони â ÑÑÑо. 2002-02-02 02:02:02
@@ -10,71 +9,10 @@ Index: l10n/source/bg/localize.sdf
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 bg Ðе Ñе допÑÑка влагане на маÑиви. 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 bg \<emph\>ÐÑимеÑи:\</emph\> 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 bg ={1;2;3} 2002-02-02 02:02:02
-Index: l10n/source/ja/localize.sdf
-===================================================================
---- l10n/source/ja/localize.sdf (Revision 277664)
-+++ l10n/source/ja/localize.sdf (Arbeitskopie)
-@@ -36859,7 +36859,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ja =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ja ããã¯ã1 ã¤ã®è¡ã® 3 ã¤ã®æ°å 1ã2ã3 ã§æ§æãããè¡åã§ãã 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ja ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ja ååºåãè¨å· (1 åã®è¦ç´ ãåºåããã®) 㯠ã»ãã³ãã³ (;) ã§ãã è¡åºåãè¨å·ã¯ãã¤ãè¨å· (|) ã§ãã åºåãè¨å·ã¯è¨èªã§ã¯ãªãããã±ã¼ã«ã«ãä¾åãã¾ããã 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ja ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ja Calc ã¯æ°å¼ã§ã®ã¤ã³ã©ã¤ã³è¡åå®æ°ããµãã¼ããã¦ãã¾ãã ã¤ã³ã©ã¤ã³è¡åã¯ãä¸æ¬å¼§ã{ãããã³ã}ãã§å²ã¾ãã¦ãã¾ãã è¦ç´ ã¯ãæ°å (è² ã®æ°ãå«ã)ãè«çå®æ° (TRUEãFALSE)ãæååã®ããããã«ã§ãã¾ãã å®æ°ä»¥å¤ã®å¼ã¯è¨±å¯ããã¾ããã è¡å㯠1 è¡ä»¥ä¸ã®è¡ã1 å以ä¸ã®åã§å
¥åã§ãã¾ãã ãã¹ã¦ã®è¡ã¯åä¸æ°ã®è¦ç´ ã§æ§æãããå¿
è¦ãããããã¹ã¦ã®åã¯åä¸æ°ã®è¦ç´ ã§æ§æãããå¿
è¦ãããã¾ãã 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ja B (çµæ) 2002-02-02 02:02:02
-Index: l10n/source/fi/localize.sdf
-===================================================================
---- l10n/source/fi/localize.sdf (Revision 277664)
-+++ l10n/source/fi/localize.sdf (Arbeitskopie)
-@@ -17477,7 +17477,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 fi Matriisikaavan solut muuttuvat automaattisesti muutoksilta suojatuiksi. Kuitenkin matriisikaavan voi muokata tai kopioida, kun valitaan koko matriisisolualue. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 fi Sisäisten taulukkovakioiden käyttö lausekkeissa 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fi Calc tukee sisäisiä matriisi/taulukkovakioita kaavoissa. Sisäinen matriisi on rajattu aaltosulkeilla '{' ja '}'. Osatekijät voivat olla lukuja (myös negatiivisia) loogisia vakioita (TOSI, EPÃTOSI) tai merkkijonoja. Lausekkeet, jotka eivät ole vakioita, eivät ole sallittuja. Taulukot voidaan syöttää yksi- tai monirivisinä tai -sarakkeisina. Kaikkien rivien pitää olla yhtä monesta osatekijästä koostuvia ja kaikissa sarakkeissa pitää olla sama lukumäärä vakioelementtejä. 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fi Sarake-erottimena (yhden rivin arvojen erottelemiseksi) käytetään puolipistettä ';'. Rivierottimena on pystyviiva '|'. Erottimet eivät ole kieli- tai aluekohtaisia. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 fi Taulukot eivät voi olla sisäkkäin. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 fi \<emph\>Esimerkkejä\</emph\> 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fi ={1;2;3} 2002-02-02 02:02:02
-Index: l10n/source/uz/localize.sdf
-===================================================================
---- l10n/source/uz/localize.sdf (Revision 277664)
-+++ l10n/source/uz/localize.sdf (Arbeitskopie)
-@@ -30463,7 +30463,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 uz =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 uz An array with one row consisting of the three numbers 1, 2, and 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 uz ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 uz The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 uz ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 uz Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 uz B (result) 2002-02-02 02:02:02
-Index: l10n/source/bn/localize.sdf
-===================================================================
---- l10n/source/bn/localize.sdf (Revision 277664)
-+++ l10n/source/bn/localize.sdf (Arbeitskopie)
-@@ -5750,7 +5750,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 bn =SIN({১;২;৩}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 bn à¦à¦ সারি বিশিষà§à¦ à¦
à§à¦¯à¦¾à¦°à§à¦¤à§ তিনà¦à¦¿ সà¦à¦à§à¦¯à¦¾ ১, ২, à¦à¦¬à¦ ৩ রà§à§à¦à§à¥¤ 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 bn ={১;২;৩|৪;৫;৬} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 bn à¦à¦²à¦¾à¦® বিà¦à¦¾à¦à¦ (à¦à¦ªà¦¾à¦¦à¦¾à¦¨à¦¸à¦®à§à¦¹à¦à§ à¦à¦à¦ সারিতৠপà§à¦¥à¦ রাà¦à§) হলৠসà§à¦®à¦¿à¦à§à¦²à¦¨ ';'। সারি বিà¦à¦¾à¦à¦ হলৠপাà¦à¦ª পà§à¦°à¦¤à§à¦ '|'। বিà¦à¦¾à¦à¦ à¦à¦¾à¦·à¦¾ নৠà¦à¦¬à¦ লà§à¦à§à¦¯à¦¾à¦² নিরà§à¦à¦°à¦¶à§à¦² নয়। 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 bn ={১;২;৩} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 bn Calc সà§à¦¤à§à¦°à¦¤à§ à¦à¦¨à¦²à¦¾à¦à¦¨ মà§à¦¯à¦¾à¦à§à¦°à¦¿à¦à§à¦¸/ বিনà§à¦¯à¦¾à¦¸à¦¨ ধà§à¦°à§à¦¬à¦ সমরà§à¦¥à¦¨ à¦à¦°à§à¥¤ à¦à¦à¦à¦¿ à¦à¦¨à¦²à¦¾à¦à¦¨ বিনà§à¦¯à¦¾à¦¸à¦¨ বà¦à§à¦° বনà§à¦§à¦¨à§ '{' à¦à¦¬à¦ '}' দà§à¦¬à¦¾à¦°à¦¾ à¦à¦¬à§à¦¤ থাà¦à§à¥¤ à¦à¦ªà¦¾à¦¦à¦¾à¦¨à¦à§à¦²à§ পà§à¦°à¦¤à§à¦¯à§à¦à§ à¦à¦à¦à¦¿ সà¦à¦à§à¦¯à¦¾ হয় (à¦à¦¨à¦¾à¦¤à§à¦¬à¦ মান সহ), à¦à¦à¦à¦¿ লà¦à¦¿à¦à¦¾à¦² ধà§à¦°à§à¦¬à¦ (TRUE, FALSE), à¦
থবা à¦à¦à¦à¦¿ à¦à¦à§à¦·à¦°à¦¿à¦ সà§à¦à§à¦°à¦¿à¦à¥¤ ধà§à¦°à§à¦¬à¦ নয় à¦à¦à§à¦¸à¦ªà§à¦°à§à¦¶à¦¨ à¦
নà§à¦®à§à¦¦à¦¿à¦¤ হয় না। বিনà§à¦¯à¦¾à¦¸à¦¨ à¦à¦ à¦
থবা à¦
ধিঠসারি নিয়ৠà¦
থবা à¦à¦ à¦
থবা à¦
ধিঠà¦à¦²à¦¾à¦® নিয়ৠপà§à¦°à¦¬à§à¦¶ à¦à¦°à¦¾à¦¨à§ হয়। স
à¦à¦² সারি à¦
বশà§à¦¯à¦ à¦à¦à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦à¦ªà¦¾à¦¦à¦¾à¦¨ নিয়ৠà¦à¦ িত হতৠহবà§, সà¦à¦² à¦à¦²à¦¾à¦® à¦
বশà§à¦¯à¦ à¦à¦à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦à¦ªà¦¾à¦¦à¦¾à¦¨ নিয়ৠà¦à¦ িত হতৠহবৠ2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 bn B (ফলাফল) 2002-02-02 02:02:02
-Index: l10n/source/nb/localize.sdf
-===================================================================
---- l10n/source/nb/localize.sdf (Revision 277664)
-+++ l10n/source/nb/localize.sdf (Arbeitskopie)
-@@ -36114,7 +36114,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 nb Cellene i en resultattabell er automatisk beskyttet mot endringer. Men du kan redigere eller kopiere matriseformelen ved å velge hele tabellcelleområdet. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 nb Bruk av innebygde områdekonstanter i formler 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 nb Calc støtter innebygde konstanter av typen matrise/område i formler. Et nøstet område er omgitt av krøllparenteser '{' og '}'. Elementene kan hver for seg være et tall (også negative), en logisk konstant (SANN, USANN), eller en bokstavstreng. Ikke-konstante uttrykk er ikke tillatt. Områder kan skrives inn med én eller flere rader, og en eller flere kolonner. Alle rader må inneholde det samme antallet elementer, alle kolonner må inneholde det samme antallet elementer. 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 nb Kolonneskillet (deler opp elementene i en rad) er ';' semikolon. Radskillet er et '|'-rørsymbol. Skilletegnene er ikke språk- eller regionavhengige. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 nb Matriser kan ikke være nøstet. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 nb \<emph\>Eksempler:\</emph\> 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 nb ={1;2;3} 2002-02-02 02:02:02
-Index: l10n/source/br/localize.sdf
-===================================================================
---- l10n/source/br/localize.sdf (Revision 277664)
-+++ l10n/source/br/localize.sdf (Arbeitskopie)
-@@ -11768,7 +11768,6 @@
+diff --git a/l10n/source/br/localize.sdf b/l10n/source/br/localize.sdf
+--- l10n/source/br/localize.sdf
++++ l10n/source/br/localize.sdf
+@@ -11764,7 +11764,6 @@
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 br =SIN({1;2;3}) 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 br An array with one row consisting of the three numbers 1, 2, and 3. 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 br ={1;2;3|4;5;6} 2002-02-02 02:02:02
@@ -82,127 +20,21 @@ Index: l10n/source/br/localize.sdf
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 br ={1;2;3} 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 br Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 br B (result) 2002-02-02 02:02:02
-Index: l10n/source/fr/localize.sdf
-===================================================================
---- l10n/source/fr/localize.sdf (Revision 277664)
-+++ l10n/source/fr/localize.sdf (Arbeitskopie)
-@@ -37720,7 +37720,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 fr =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 fr Une matrice d'une ligne consistant en trois chiffres 1, 2, et 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 fr ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fr Le séparateur de colonne (séparant les éléments dans une ligne) est le ';' point-virgule. Le séparateur de ligne est '|' la barre verticale. Les séparateurs ne sont pas dépendants de la langue ou de l'environnement localisé. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fr ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fr Calc supporte les constantes de matrice en ligne dans les formules. Une matrice en ligne est entourée par des accolades '{' et '}'. Les éléments peuvent être soit un nombre (y compris les nombres négatifs), une constante logique (VRAIE, FAUX) ou une chaîne de texte. Les expressions non constantes ne sont pas autorisées. La matrice peut être saisie avec une ou plusieurs lignes et une ou plusieurs colonnes. Toutes les lignes doivent avoir le même nombre d'éléments, toutes les colonnes doivent avoir le même nombre d'éléments. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 fr B (résultat) 2002-02-02 02:02:02
-@@ -46075,7 +46074,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 fr =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 fr Une matrice d'une ligne consistant en trois chiffres 1, 2, et 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 fr ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 fr Le séparateur de colonne (séparant les éléments dans une ligne) est le ';' point-virgule. Le séparateur de ligne est '|' la barre verticale. Les séparateurs ne sont pas dépendants de la langue ou de l'environnement localisé. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 fr ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 fr Calc supporte les constantes de matrice en ligne dans les formules. Une matrice en ligne est entourée par des accolades '{' et '}'. Les éléments peuvent être soit un nombre (y compris les nombres négatifs), une constante logique (VRAIE, FAUX) ou une chaîne de texte. Les expressions non constantes ne sont pas autorisées. La matrice peut être saisie avec une ou plusieurs lignes et une ou plusieurs colonnes. Toutes les lignes doivent avoir le même nombre d'éléments, toutes les colonnes doivent avoir le même nombre d'éléments. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 fr B (résultat) 2002-02-02 02:02:02
-Index: l10n/source/kid/localize.sdf
-===================================================================
---- l10n/source/kid/localize.sdf (Revision 277664)
-+++ l10n/source/kid/localize.sdf (Arbeitskopie)
-@@ -13316,7 +13316,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 kid y-8-0râThe cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. 20091030 14:20:22
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 kid y-ya7aâUsing Inline Array Constants in Formulas 20091030 14:20:22
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 kid +xv242âCalc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 20091030 14:20:22
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 kid 4epc7fâThe column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 20091030 14:20:22
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 kid p=jt8gâArrays can not be nested. 20091030 14:20:22
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 kid 5vyumeâ\<emph\>Examples:\</emph\> 20091030 14:20:22
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 kid 6kr>zsâ={1;2;3} 20091030 14:20:22
-Index: l10n/source/nl/localize.sdf
-===================================================================
---- l10n/source/nl/localize.sdf (Revision 277664)
-+++ l10n/source/nl/localize.sdf (Arbeitskopie)
-@@ -43158,7 +43158,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 nl =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 nl Een matrix met één rij bestaande uit de drie getallen 1, 2 en 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 nl ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 nl Het kolomscheidingsteken (dat de elementen in één rij scheidt) is de puntkomma ';'. Het rijscheidingsteken is het 'pipe'-teken '|'. De scheidingstekens zijn niet afhankelijk van taal en locale. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 nl ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 nl Calc ondersteunt in-regelige matrix-/arrayconstanten in formules. Een in-regelige matrix wordt omsloten door accolades '{' en '}'. Elementen kunnen zowel een getal (inclusief negatieve), een logische constante (WAAR, ONWAAR) of een letterlijke tekenreeks zijn. Niet-constante expressies zijn niet geldig. Matrices kunnen worden ingevoerd met één of meer rijen en één of meer kolommen. Alle rijen moeten bestaan uit hetzelfde aantal elementen en alle kolommen moeten bestaan uit hetzelfde aantal elementen. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 nl B (resultaat) 2002-02-02 02:02:02
-Index: l10n/source/vi/localize.sdf
-===================================================================
---- l10n/source/vi/localize.sdf (Revision 277664)
-+++ l10n/source/vi/localize.sdf (Arbeitskopie)
-@@ -34961,7 +34961,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 vi =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 vi Má»t mảng có má»t hà ng chứa ba sá» 1, 2, 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 vi ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 vi Dấu tách cá»t (phân cách các phần tá» theo má»t hà ng) là dấu chấm phẩy « ; ». Dấu tách hà ng là ký hiá»u á»ng dẫn « | ». Hai dấu tách không phụ thuá»c và o ngôn ngữ hay miá»n Äá»a phÆ°Æ¡ng. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 vi ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 vi Trình Calc há» trợ hằng sá» kiá»u ma tráºn/mảng trá»±c tiếp trong công thức. Má»t mảng trá»±c tiếp {Äược bao quanh bá»i dấu ngoặc móc}. Má»i phần tá» có thá» là má»t con sá» (gá»m có sỠâm), má»t hằng sá» lôgic (TRUE (Äúng), FALSE (sai)), hoặc má»t chuá»i nghÄ©a chữ. Không cho phép dùng biá»u thức không phải hằng sá». Có thá» nháºp mảng có má»t hay nhiá»u hà ng/cá»t. Má»i hà ng Äá»u phải có cùng má»t sá» phần tá» ; má»i cá»t Äá»u phải chứa cùng má»t sá» phần tá». 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 vi B (kết quả) 2002-02-02 02:02:02
-Index: l10n/source/ca/localize.sdf
-===================================================================
---- l10n/source/ca/localize.sdf (Revision 277664)
-+++ l10n/source/ca/localize.sdf (Arbeitskopie)
-@@ -35202,7 +35202,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ca =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ca Una matriu amb una fila formada pels nombres 1, 2 i 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ca ={1;2;3|4;5;6} 2002-02-02 02:02:02
+diff --git a/l10n/source/ca/localize.sdf b/l10n/source/ca/localize.sdf
+--- l10n/source/ca/localize.sdf
++++ l10n/source/ca/localize.sdf
+@@ -37022,7 +37022,6 @@
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 ca Les cel·les d'una matriu de resultats es protegeixen automà ticament dels canvis. No obstant això, podeu editar o copiar la fórmula de matrius en seleccionar la matriu sencera de l'interval de cel·les. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 ca Ãs de constants de matriu en lÃnia en fórmules 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ca El Calc admet constants de matriu en lÃnia en les fórmules. Una matriu en lÃnia es troba entre claudà tors '{' i '}'. Els elements poden ser nombres (inclosos els negatius), una constant lògica (CERT, FALS) o una cadena literal. No es permeten les expressions no constants. Es poden introduir les matrius en una fila o en més d'una, i en una columna o en més d'una. Totes les files han de constar del mateix nombre d'elements i totes les columnes han d'estar formades pel mateix nombre d'elements. 2002-02-02 02:02:02
-helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ca El separador de columna (que separa els elements d'una fila) és el punt i coma ';'. El separador de fila és un sÃmbol de barra vertical '|'. Els separadors no depenen de la llengua ni de la configuració regional. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 ca No es poden incrustar les matrius. 2002-02-02 02:02:02
+ helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 ca \<emph\>Exemples:\</emph\> 2002-02-02 02:02:02
helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ca ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ca El Calc admet constants de matriu en lÃnia en les fórmules. Una matriu en lÃnia es troba entre claudà tors '{' i '}'. Els elements poden ser nombres (inclosos els negatius), una constant lògica (CERT, FALS) o una cadena literal. No es permeten les expressions no constants. Es poden introduir les matrius en una fila o en més d'una, i en una columna o en més d'una. Totes les files han de constar del mateix nombre d'elements i totes les columnes han d'estar formades pel mateix nombre d'elements. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ca B (resultat) 2002-02-02 02:02:02
-Index: l10n/source/pt-BR/localize.sdf
-===================================================================
---- l10n/source/pt-BR/localize.sdf (Revision 277664)
-+++ l10n/source/pt-BR/localize.sdf (Arbeitskopie)
-@@ -37722,7 +37722,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 pt-BR =SEN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 pt-BR Uma matriz com uma linha, consistindo de três números 1, 2, e 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 pt-BR ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 pt-BR O separador de coluna (separando elementos em uma linha) é o ponto-e-vÃrgula ';'. O separador de linhas é o sÃmbolo '|'. Os separadores não dependem do idioma ou da locale. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 pt-BR ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 pt-BR O Calc permite inserir matrizes/vetores de constantes em fórmulas. Uma matriz inserida na fórmula é envolta por chaves '{' e '}'. Os elementos da matriz podem ser números (incluindo negativos), constantes lógicas (VERDADEIRO, FALSO), ou texto literal. Expressões não constantes não são permitidas. As matrizes podem ser inseridas com uma ou mais linhas e uma ou mais colunas. Todas as linhas devem conter o mesmo número de elementos, todas as colunas devem conter o mesmo número de elementos. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 pt-BR B (resultado) 2002-02-02 02:02:02
-Index: l10n/source/ru/localize.sdf
-===================================================================
---- l10n/source/ru/localize.sdf (Revision 277664)
-+++ l10n/source/ru/localize.sdf (Arbeitskopie)
-@@ -37232,7 +37232,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id7781914 0 ru =SIN({1;2;3}) 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8207037 0 ru ÐаÑÑив Ñ Ð¾Ð´Ð½Ð¾Ð¹ ÑÑÑокой, ÑоÑÑоÑÑей из ÑÑеÑ
ÑиÑел: 1, 2 и 3. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id8868068 0 ru ={1;2;3|4;5;6} 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ru РазделиÑÐµÐ»Ñ ÑÑолбÑов (ÑазделÑÑÑий ÑлеменÑÑ Ð² одной ÑÑÑоке) - ";" (ÑоÑка Ñ Ð·Ð°Ð¿ÑÑой). РазделиÑÐµÐ»Ñ ÑÑÑок - "|" (Ñимвол конвейеÑизаÑии). РазделиÑели не завиÑÑÑ Ð¾Ñ ÑзÑка и локали. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ru ={1;2;3} 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ru Calc поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ Ð² ÑоÑмÑлаÑ
ÑÑÑоÑнÑе маÑÑиÑÑ/маÑÑÐ¸Ð²Ñ ÐºÐ¾Ð½ÑÑанÑ. СÑÑоÑнÑй маÑÑив заклÑÑаеÑÑÑ Ð² ÑигÑÑнÑе Ñкобки ''{" и "}". ÐлеменÑÑ Ð¼Ð¾Ð³ÑÑ Ð±ÑÑÑ ÐºÐ°Ðº ÑиÑловÑми (в Ñ.Ñ. оÑÑиÑаÑелÑнÑми), Ñак и логиÑеÑкими (TRUE, FALSE) или ÑÑÑоковÑми лиÑеÑалами. ÐÑÑажениÑ, не ÑвлÑÑÑиеÑÑ ÐºÐ¾Ð½ÑÑанÑами, не допÑÑкаÑÑÑÑ. Ðозможен ввод маÑÑивов Ñ Ð¾Ð´Ð½Ð¾Ð¹ или неÑколÑкими ÑÑÑоками, а Ñакже Ñ Ð¾Ð´Ð½Ð¸Ð¼ или неÑколÑкими ÑÑолбÑами. ÐÑе ÑÑÑоки Ð´Ð¾Ð»Ð¶Ð½Ñ ÑоÑÑоÑÑÑ Ð¸Ð· одинакового ÑиÑла ÑлеменÑов; вÑе ÑÑолбÑÑ Ñакже Ð´Ð¾Ð»Ð¶Ð½Ñ ÑоÑÑоÑÑÑ Ð¸Ð· одинакового ÑиÑла Ñл
еменÑов. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_idN10B75 0 ru B (ÑезÑлÑÑаÑ) 2002-02-02 02:02:02
-Index: l10n/source/ga/localize.sdf
-===================================================================
---- l10n/source/ga/localize.sdf (Revision 277664)
-+++ l10n/source/ga/localize.sdf (Arbeitskopie)
-@@ -20707,7 +20707,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 ga The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 ga Using Inline Array Constants in Formulas 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 ga Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 ga The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 ga Arrays can not be nested. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 ga \<emph\>Examples:\</emph\> 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 ga ={1;2;3} 2002-02-02 02:02:02
-Index: l10n/source/gl/localize.sdf
-===================================================================
---- l10n/source/gl/localize.sdf (Revision 277664)
-+++ l10n/source/gl/localize.sdf (Arbeitskopie)
-@@ -38498,7 +38498,6 @@
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id3154342 5 0 gl As celas das matrices de resultados están automaticamente protexidas contra as mudanzas. Porén, é posÃbel editar ou copiar a fórmula matricial seleccionando todo o intervalo de celas da matriz. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help hd_id8834803 0 gl Utilización de constantes de matrices incorporadas nas fórmulas 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id985747 0 gl Calc admite constantes de matrices incorporadas nas fórmulas. As matrices incorporadas están rodeadas de chaves '{' e '}'. Os elementos poden ser numéricos (inclusive negativos), constantes lóxicas (VERDADEIRO, FALSO) ou cadeas de texto. Non están permitidas as expresións non constantes. As matrices poden introducirse cunha ou máis filas e columnas. Todas as filas e columnas deben conter o mesmo número de elementos. 2002-02-02 02:02:02
--helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id936613 0 gl O separador de columna (que separa os elementos dunha fila) é o punto e coma ';'. O separador de fila é a barra vertical '|'. Os separadores non dependen da configuración rexional e de idioma. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id1877498 0 gl Non é posÃbel aniñar matrices. 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id4262520 0 gl \<emph\>Exemplos:\</emph\> 2002-02-02 02:02:02
- helpcontent2 source\text\scalc\01\04060107.xhp 0 help par_id9387493 0 gl ={1;2;3} 2002-02-02 02:02:02
-Index: l10n/source/cs/localize.sdf
-===================================================================
---- l10n/source/cs/localize.sdf (Revision 277664)
-+++ l10n/source/cs/localize.sdf (Arbeitskopie)
-@@ -13154,7 +13154,6 @@
+diff --git a/l10n/source/cs/localize.sdf b/l10n/source/cs/localize.sdf
+--- l10n/source/cs/localize.sdf
++++ l10n/source/cs/localize.sdf
+@@ -13150,7 +13150,6 @@
... etc. - the rest is truncated
More information about the ooo-build-commit
mailing list