Skip to content

Commit

Permalink
Fixed XOR in Swedish SDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilot-Pirx committed Oct 19, 2021
1 parent 689a7d6 commit 1e52935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extras/l10n/source/sv/localize.sdf
Expand Up @@ -24227,9 +24227,9 @@ helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3148430 74 0 sv
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3150274 75 0 sv \<ahelp hid=\"HID_MN_CALC_OR\"\>Test för värden som matchar det logiska OR\</ahelp\> 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3150297 181 0 sv Exempel: 0 OR 0 visar 0 (falskt), allt annat visar 1 (sant) 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3149434 76 0 sv Logiskt Exklusivt Eller 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3149457 77 0 sv XOR 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3149457 77 0 sv XELLER 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3146980 78 0 sv \<ahelp hid=\"HID_MN_CALC_XOR\"\>Test för värden som matchar det logiska exkluderande OR\</ahelp\> 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3147003 182 0 sv Exempel: 1 XOR 0 visar 1 (sant) 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3147003 182 0 sv Exempel: 1 XELLER 0 visar 1 (sant) 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3152925 79 0 sv Logiskt Och 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3152948 80 0 sv AND 20130618 17:22:18
helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153792 81 0 sv \<ahelp hid=\"HID_MN_CALC_AND\"\>Test för värden som matchar det logiska AND\</ahelp\> 20130618 17:22:18
Expand Down Expand Up @@ -72465,7 +72465,7 @@ formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAM
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_CHOSE 0 sv VÄLJ 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_AND 0 sv OCH 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_OR 0 sv ELLER 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_XOR 0 sv EXKLUSIVT ELLER 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_XOR 0 sv XELLER 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_NOT 0 sv ICKE 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_NEG 0 sv NEG 20130618 17:22:18
formula source\core\resource\core_resource.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_PI 0 sv PI 20130618 17:22:18
Expand Down

0 comments on commit 1e52935

Please sign in to comment.